put /mint/organizations/{org_name}/providers/{provider_id}
Updates third-party payment providers for your organization. See also Viewing the payment providers configured for your organization.
HTTP request
Path Parameters
org_name (required) | Organization name. |
provider_id (required) | ID of the third-party payment provider. |
Request Body
Payment provider details.
authType | Installation ID provided by the payment provider. |
credential | Base64-encoded credentials ( |
description | Description of the payment provider. |
endpoint | Endpoint used to access the payment provider. |
id | ID of the payment provider. Required only when updating a payment provider. |
merchantCode | Merchant code provided by the payment provider to the API consumer. |
name | Name of the WorldPay payment provider. |
Response Types
200:
OK
Body
authType | Installation ID provided by the payment provider. |
credential | Base64-encoded credentials ( |
description | Description of the payment provider. |
endpoint | Endpoint used to access the payment provider. |
id | ID of the payment provider. Required only when updating a payment provider. |
merchantCode | Merchant code provided by the payment provider to the API consumer. |
name | Name of the WorldPay payment provider. |